home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / DTP / DTP_TEX / H219.ZIP / DVIPSSRC.ZIP / dvips / os2 / texc.sh < prev   
Linux/UNIX/POSIX Shell Script  |  1993-04-25  |  375b  |  11 lines

  1. #! /bin/sh
  2. # A shell script to convert tex.lpro to texc.lpro
  3. #
  4. # To use it, say
  5. #       texc.script tex.lpro texc.lpro
  6. #
  7.  
  8. rm $2
  9.  
  10. sed -n -e "/% begin code for uncompressed fonts only/,/% end code for uncompressed fonts only/s/^/% /" -e "/% here's the alternate code for unpacking compressed fonts/,/% end of code for unpacking compressed fonts/s/^% //" -e "w $2" $1
  11.